crypto/tls.serverHelloMsg.extendedMasterSecret (field)
8 uses
crypto/tls (current package)
handshake_client.go#L654: if hs.serverHello.extendedMasterSecret {
handshake_client.go#L801: if hs.session.extMasterSecret != hs.serverHello.extendedMasterSecret {
handshake_client_tls13.go#L139: hs.serverHello.extendedMasterSecret ||
handshake_messages.go#L639: extendedMasterSecret bool
handshake_messages.go#L675: if m.extendedMasterSecret {
handshake_messages.go#L820: m.extendedMasterSecret = true
handshake_server.go#L217: hs.hello.extendedMasterSecret = hs.clientHello.extendedMasterSecret
handshake_server.go#L669: if hs.hello.extendedMasterSecret {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |